home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>10.11. Newsprint</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
- <link rel="start" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch06s10.html" title="10. Distort filters" />
- <link rel="prev" href="ch06s10s10.html" title="10.10. Shift" />
- <link rel="next" href="ch06s10s12.html" title="10.12. Video" />
- </head>
- <body>
- <div xmlns="" class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center" id="chaptername">10. Distort filters</th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch06s10s10.html">Prev</a> </td>
- <th width="60%" align="center" id="sectionname">10.11. Newsprint</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch06s10s12.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect2" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="plug-in-newsprint"></a>10.11. Newsprint</h3>
- </div>
- </div>
- </div>
- <a id="id3485148" class="indexterm"></a>
- <div class="mediaobject">
- <img src="../images/filters/filters-distort-newsprint.png" />
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3485169"></a>Overview</h4>
- </div>
- </div>
- </div>
- <p>
- This filter is found in
- <span class="guimenuitem">Image>Filters/Distorts/Newsprin<span class="accel">t</span></span>
- </p>
- <p>
- This filter halftones the image using a clustered-dot
- dither. Halftoning is the process of rendering an image with
- multiple levels of grey or colour (i.e. a continuous tone image)
- on a device with fewer tones; often a bi-level device such as a
- printer or typesetter.
- </p>
- <p>
- The basic premise is to trade off resolution for greater
- apparent tone depth (this is known as spatial dithering).
- </p>
- <p>
- There are many approaches to this, the simplest of which is to
- throw away the low-order bits of tone information; this is what
- the posterize filter does. Unfortunately, the results don't look
- too good. However, no spatial resolution is lost.
- </p>
- <p>
- This filter uses a clustered-dot ordered dither, which reduces
- the resolution of the image by converting cells into spots which
- grow or shrink according to the intensity that cell needs to
- represent.
- </p>
- <p>
- Imagine a grid super-imposed on the original image. The image
- is divided into cells by the grid - each cell will ultimately
- hold a single spot made up of multiple output pixels in order to
- approximate the darkness of the original image in that cell.
- </p>
- <p>
- Obviously, a large cell size results in a heavy loss in
- resolution! The spots in the cells typically start off as
- circles, and grow to be diamond shaped. This change in shape is
- controlled by a <span class="guilabel">spot function</span>. By using
- different spot functions, the evolution in the shape of the
- spots as the cell goes from fully black to fully white may be
- controlled.
- </p>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h4 class="title"><a id="id3485258"></a>Options</h4>
- </div>
- </div>
- </div>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">Resolution</span>
- </dt>
- <dd>
- <p>
- This group controls the cell size, either by setting the
- input and output resolutions, or directly.
- </p>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>
- <span class="guilabel">Input SPI</span>: Resolution of the
- original input image, in Samples Per Inch (SPI). This
- is automatically initialised to the input image's resolution.
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Output LPI</span>: Desired output
- resolution, in Lines Per Inch (LPI).
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Cell Size</span>: Resulting cell size, in
- pixels. Most often you will want to set this directly.
- </p>
- </li>
- </ul>
- </div>
- </dd>
- <dt>
- <span class="term">Screen</span>
- </dt>
- <dd>
- <div class="itemizedlist">
- <ul type="disc">
- <li>
- <p>
- <span class="guilabel">Separate To RGB, CMYK,
- Intensity</span>: Select which colourspace you
- wish to operate in. In <span class="emphasis"><em>RGB</em></span> mode, no
- colourspace conversion is performed. In
- <span class="emphasis"><em>CMYK</em></span>, the image is first
- internally converted to CMYK, then each colour channel is
- separately halftoned, before finally being
- recombined back to an RGB image.
- In <span class="emphasis"><em>Intensity</em></span> mode, the
- image is internally converted to greyscale,
- halftoned, then the result used as the alpha channel
- for the input image. This is good for special
- effects, but requires a little experimentation to
- achieve best results. Hint: try CMYK if you don't know
- which to go for initially.
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Black Pullout (%)</span> When doing
- RGB->CMYK conversion, how much K (black) should be used?
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Angle</span>: Cell grid angle for this channel.
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Spot Function</span>: Spot function to
- be used for this angle (see preview in blue cell-boxes).
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Lock Channels</span>: Make channel
- modifications apply to all channels.
- </p>
- </li>
- <li>
- <p>
- <span class="guilabel">Factory Defaults</span>: Restore the
- default settings which should give pleasing results.
- </p>
- </li>
- </ul>
- </div>
- </dd>
- <dt>
- <span class="term">Antialiasing</span>
- </dt>
- <dd>
- <p>
- Proper halftoning does not need antialiasing: the aim is to
- reduce the colour depth after all! However, since this
- plugin is mainly for special effects, the results are
- displayed on screen rather than by a black/white printer.
- So it is often useful to apply a little anti-aliasing to
- simulate ink smearing on paper. If you do want to print the
- resulting image then set the antialising to 1 (ie, off).
- </p>
- <p>
- <span class="guilabel">Oversample</span>:Number of subpixels to
- sample to produce each output pixel. Set to 1 to disable
- this feature. Warning: large numbers here will lead to
- very long filter runtimes!
- </p>
- </dd>
- </dl>
- </div>
- <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Tip">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Tip]" src="../images/tip.png" />
- </td>
- <th align="left">Tip</th>
- </tr>
- <tr>
- <td colspan="2" align="left" valign="top">
- <p>
- More explanations, illustrative diagrams, a gallery and a
- tutorial are to be found on the plug-in author site:
- <a href="http://www.cl.cam.ac.uk/~and1000/newsprint/" target="_top">
- http://www.cl.cam.ac.uk/~and1000/newsprint/</a>
- You are strongly encouraged to visit it, since halftoning
- is a large and complex area.
- </p>
- </td>
- </tr>
- </table>
- </div>
- <p>
- Here is an example, from the author's gallery:
- </p>
- <div class="mediaobject">
- <img src="../images/filters/examples/newsprint.png" />
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch06s10s10.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch06s10.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch06s10s12.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">10.10. Shift </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 10.12. Video</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-